From: Florian Eckert Date: Fri, 4 Jul 2025 11:42:53 +0000 (+0200) Subject: net-snmp: remove not needed snmpd-static build X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c08e7f411b12698f6034c6882eae8f9c508b5832;p=feed%2Fpackages.git net-snmp: remove not needed snmpd-static build The static build is not packaged and can therefore be removed as the build artefact is not used. Signed-off-by: Florian Eckert --- diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index f5109ddb5e..f8c2f77361 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -96,14 +96,6 @@ $(call Package/net-snmp/Default/description) endef -define Package/snmpd-static -$(call Package/net-snmp/Default) - DEPENDS:=+snmpd - TITLE:=Open source SNMP implementation (daemon) - BUILDONLY:=1 -endef - - define Package/snmptrapd $(call Package/net-snmp/Default) DEPENDS:=+libnetsnmp @@ -191,7 +183,6 @@ TARGET_CPPFLAGS += -I$(STAGING_DIR)/usr/include/libnl-tiny CONFIGURE_ARGS += \ --enable-mfd-rewrites \ --enable-shared \ - --enable-static \ --with-endianness=$(if $(CONFIG_BIG_ENDIAN),big,little) \ --with-logfile=/var/log/snmpd.log \ --with-persistent-directory=/usr/lib/snmp/ \ @@ -289,5 +280,4 @@ $(eval $(call BuildPackage,libnetsnmp)) $(eval $(call BuildPackage,snmp-mibs)) $(eval $(call BuildPackage,snmp-utils)) $(eval $(call BuildPackage,snmpd)) -$(eval $(call BuildPackage,snmpd-static)) $(eval $(call BuildPackage,snmptrapd))